home *** CD-ROM | disk | FTP | other *** search
- _X = _root.cam._x;
- _Y = _root.cam._y;
- stop();
- var onEnterFrame = function()
- {
- if(_root.lives <= 0)
- {
- _root.cm._visible = false;
- if(_currentframe == 1)
- {
- _root.stopAllSounds();
- stopAllSounds();
- _root.music.stop();
- play();
- }
- }
- _X = _root.cam._x;
- _Y = _root.cam._y;
- };
-